home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 029a / sct_em54.zip / SCSIHA.DOC < prev    next >
Text File  |  1990-11-16  |  774b  |  23 lines

  1.  
  2.     SCSIHA.SYS is a buffering device driver, and supports both video memory
  3. and virtual memory buffering.  Video memory buffering can be used if trouble is
  4. encountered running programs that transfer a lot of data directly from the disk
  5. to video memory.  Applications that use the protected mode of the '386 (virtual
  6. memory used by MS Windows 386) may also require the use of SCSIHA.SYS.
  7.  
  8.     SCSIHA.SYS usage:
  9.  
  10. DEVICE=SCSIHA.SYS /V386 /B:xx
  11.  
  12.      /V386   is used to enable virtual buffering.  If no /B:xx value is
  13.                  specified, then a default of 16 kBytes is used.
  14.  
  15.     /B:xx     sets the buffer size where xx can be 16, 32, for 64 in units
  16.          of kBytes.
  17.  
  18. Example:
  19.     To run Windows 386, the CONFIG.SYS should include the line
  20.  
  21.     DEVICE=SCSIHA.SYS /V386
  22.  
  23.